Skip to content

Remove C-wrapper for MPI_Recv #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 2, 2025
Merged

Conversation

adit4443ya
Copy link
Collaborator

No description provided.

integer, intent(in) :: count, source, tag
integer, intent(in) :: datatype
integer, intent(in) :: comm
subroutine MPI_Recv_StatusArray_proc(buf, count, datatype, source, tag, comm, status, ierror)
Copy link
Collaborator Author

@adit4443ya adit4443ya Apr 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is meant to handle the MPi_STATUS_IGNORE
And it's correct as the it works for GFortran But problem is it doesn't work for lfortran with --fast flag .
So need the inspection. Hence i've made another commit to temporily use status array in the ssend_1.f90.
and Will make MRE for this bug later

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To keep it remembered have opened an issue #89

@adit4443ya adit4443ya requested a review from gxyd April 2, 2025 11:39
Copy link
Collaborator

@gxyd gxyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. We should wait for the CI to completely pass.

@adit4443ya adit4443ya merged commit ff0f232 into lfortran:main Apr 2, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants